home *** CD-ROM | disk | FTP | other *** search
/ Tech Win 1999 February / TECH Win 02-1999 Disc A.iso / ols / lzh / cgit2001.lzh / cgitools / execute.bat < prev    next >
Encoding:
DOS Batch File  |  1998-01-17  |  256 b   |  19 lines

  1. @shift
  2. @print %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 > %tmpfile0%
  3. :loop
  4. @if "%9"=="" goto :exec
  5. @shift
  6. @shift
  7. @shift
  8. @shift
  9. @shift
  10. @shift
  11. @shift
  12. @shift
  13. @shift
  14. @shift
  15. @print %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 >> %tmpfile0%
  16. @goto :loop
  17. :exec
  18. @%tmpfile0%
  19.